Reads the value of an array item into a WideString. 
Class
TCustomIBCArray
 Syntax
function GetItemAsWideString(const Indices: array of integer): string;
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index). 
Return Value
the value of an array item as WideString.
Remarks
Call the GetItemAsWideString method to read the value of an array item into a WideString. 
See Also